home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Codigos_Prontos / CSS / Texto / Rounded corners without images.txt < prev    next >
Text File  |  2008-08-19  |  462b  |  18 lines

  1.  
  2. <div id="container">
  3. <b class="rtop">
  4. <b class="r1"></b> <b class="r2"></b> <b class="r3"></b> <b class="r4"></b>
  5. </b>
  6. <!--content goes here -->
  7. <b class="rbottom">
  8. <b class="r4"></b> <b class="r3"></b> <b class="r2"></b> <b class="r1"></b>
  9. </b>
  10. </div>
  11.  
  12. .rtop, .rbottom{display:block}
  13. .rtop *, .rbottom *{display: block; height: 1px; overflow: hidden}
  14. .r1{margin: 0 5px}
  15. .r2{margin: 0 3px}
  16. .r3{margin: 0 2px}
  17. .r4{margin: 0 1px; height: 2px}
  18.